home *** CD-ROM | disk | FTP | other *** search
/ Uru - Ages Beyond Myst Bonus / Uru - Ages Beyond Myst Bonus CD.iso / mof.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  2003-10-09  |  135 b   |  9 lines

  1. on exitFrame me
  2.   if sprite(3).hitTest(the mouseLoc) = #button then
  3.     cursor(280)
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   go(the frame)
  8. end
  9.